fix(snowfield): drop patches

This commit is contained in:
Julien Malka 2024-11-25 19:34:37 +01:00
parent f8e6c3cc8b
commit 156fcdf010
Signed by: Luj
GPG key ID: 6FC74C847011FD83
4 changed files with 2 additions and 19 deletions

View file

@ -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 =

View file

@ -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",

View file

@ -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";

View file

@ -1,2 +0,0 @@
{
}