mirror of
https://github.com/JulienMalka/snowfield.git
synced 2025-03-22 20:00:54 +01:00
fix(snowfield): drop patches
This commit is contained in:
parent
f8e6c3cc8b
commit
156fcdf010
4 changed files with 2 additions and 19 deletions
|
@ -1,12 +1,6 @@
|
|||
let
|
||||
inputs = import ./lon.nix;
|
||||
patches = import inputs.nix-patches { patchFile = ./patches; };
|
||||
inputs_final = inputs // {
|
||||
nixpkgs_patched = patches.mkNixpkgsSrc {
|
||||
src = inputs.unstable;
|
||||
version = "nixos-unstable";
|
||||
};
|
||||
};
|
||||
inputs_final = inputs;
|
||||
dnsLib = (import inputs.dns).lib;
|
||||
lib = (import "${inputs.nixpkgs}/lib").extend (import ./lib inputs_final self.profiles dnsLib);
|
||||
mkLibForMachine =
|
||||
|
|
9
lon.lock
9
lon.lock
|
@ -151,15 +151,6 @@
|
|||
"url": "https://github.com/mic92/nix-index-database/archive/f4a5ca5771ba9ca31ad24a62c8d511a405303436.tar.gz",
|
||||
"hash": "sha256-AGXhwHdJV0q/WNgqwrR2zriubLr785b02FphaBtyt1Q="
|
||||
},
|
||||
"nix-patches": {
|
||||
"type": "Git",
|
||||
"fetchType": "git",
|
||||
"branch": "main",
|
||||
"revision": "b0e5962d93bc6193a65c137d8578c1faa7381480",
|
||||
"url": "https://git.hubrecht.ovh/hubrecht/nix-patches.git",
|
||||
"hash": "sha256-o6Mt6K2wPz9BciWSRvE1sYN9/91opbCMSyGltR5x7FY=",
|
||||
"submodules": false
|
||||
},
|
||||
"nixos-anywhere": {
|
||||
"type": "GitHub",
|
||||
"fetchType": "tarball",
|
||||
|
|
|
@ -13,7 +13,7 @@
|
|||
|
||||
machine.meta = {
|
||||
arch = "x86_64-linux";
|
||||
nixpkgs_version = inputs.nixpkgs_patched;
|
||||
nixpkgs_version = inputs.unstable;
|
||||
hm_version = inputs.home-manager-unstable;
|
||||
# TODO: Fix colmena deployment
|
||||
ips.public.ipv4 = "127.0.0.1";
|
||||
|
|
|
@ -1,2 +0,0 @@
|
|||
{
|
||||
}
|
Loading…
Add table
Reference in a new issue