diff --git a/flake.lock b/flake.lock index a5044ba..842d75a 100644 --- a/flake.lock +++ b/flake.lock @@ -2,7 +2,7 @@ "nodes": { "barcode-reader": { "inputs": { - "flake-utils": "flake-utils_2", + "flake-utils": "flake-utils", "nixpkgs": "nixpkgs" }, "locked": { @@ -224,27 +224,6 @@ "type": "github" } }, - "dns": { - "inputs": { - "flake-utils": "flake-utils", - "nixpkgs": [ - "nixpkgs" - ] - }, - "locked": { - "lastModified": 1715873341, - "narHash": "sha256-vOTcr7KXhNDvYPwGotjxcLBrrUq/Nt3sfKRtFwGdHGo=", - "owner": "kirelagin", - "repo": "dns.nix", - "rev": "9ebfa9158290de09fafcc759211e48bda48329ee", - "type": "github" - }, - "original": { - "owner": "kirelagin", - "repo": "dns.nix", - "type": "github" - } - }, "fenix": { "inputs": { "nixpkgs": [ @@ -341,21 +320,6 @@ } }, "flake-utils": { - "locked": { - "lastModified": 1614513358, - "narHash": "sha256-LakhOx3S1dRjnh0b5Dg3mbZyH0ToC9I8Y2wKSkBaTzU=", - "owner": "numtide", - "repo": "flake-utils", - "rev": "5466c5bbece17adaab2d82fae80b46e807611bf3", - "type": "github" - }, - "original": { - "owner": "numtide", - "repo": "flake-utils", - "type": "github" - } - }, - "flake-utils_2": { "locked": { "lastModified": 1634851050, "narHash": "sha256-N83GlSGPJJdcqhUxSCS/WwW5pksYf3VP1M13cDRTSVA=", @@ -370,7 +334,7 @@ "type": "github" } }, - "flake-utils_3": { + "flake-utils_2": { "locked": { "lastModified": 1644229661, "narHash": "sha256-1YdnJAsNy69bpcjuoKdOYQX0YxZBiCYZo4Twxerqv7k=", @@ -385,7 +349,7 @@ "type": "github" } }, - "flake-utils_4": { + "flake-utils_3": { "locked": { "lastModified": 1637014545, "narHash": "sha256-26IZAc5yzlD9FlDT54io1oqG/bBoyka+FJk5guaX4x4=", @@ -400,7 +364,7 @@ "type": "github" } }, - "flake-utils_5": { + "flake-utils_4": { "inputs": { "systems": "systems" }, @@ -418,7 +382,7 @@ "type": "github" } }, - "flake-utils_6": { + "flake-utils_5": { "locked": { "lastModified": 1631561581, "narHash": "sha256-3VQMV5zvxaVLvqqUrNz3iJelLw30mIVSfZmAaauM3dA=", @@ -433,7 +397,7 @@ "type": "github" } }, - "flake-utils_7": { + "flake-utils_6": { "locked": { "lastModified": 1676283394, "narHash": "sha256-XX2f9c3iySLCw54rJ/CZs+ZK6IQy7GXNY4nSOyu2QG4=", @@ -448,7 +412,7 @@ "type": "github" } }, - "flake-utils_8": { + "flake-utils_7": { "inputs": { "systems": "systems_2" }, @@ -599,7 +563,7 @@ }, "landingpage": { "inputs": { - "flake-utils": "flake-utils_3", + "flake-utils": "flake-utils_2", "nixpkgs": "nixpkgs_3" }, "locked": { @@ -806,7 +770,7 @@ "nixpkgs-fmt": { "inputs": { "fenix": "fenix", - "flake-utils": "flake-utils_4", + "flake-utils": "flake-utils_3", "nixpkgs": [ "nixpkgs" ] @@ -1064,7 +1028,7 @@ }, "overviewer": { "inputs": { - "flake-utils": "flake-utils_5", + "flake-utils": "flake-utils_4", "nixpkgs": "nixpkgs_7", "pandoc_template": "pandoc_template" }, @@ -1121,7 +1085,7 @@ }, "polygon-art": { "inputs": { - "flake-utils": "flake-utils_6", + "flake-utils": "flake-utils_5", "nixpkgs": "nixpkgs_8" }, "locked": { @@ -1173,7 +1137,6 @@ "inputs": { "clan-core": "clan-core", "disko": "disko_2", - "dns": "dns", "flake-parts": "flake-parts", "grocy-scanner": "grocy-scanner", "home-manager": "home-manager", @@ -1199,10 +1162,6 @@ "smoke": "smoke", "sops-nix": "sops-nix_2", "srvos": "srvos", - "srvos_nixpkgs": [ - "srvos", - "nixpkgs" - ], "stylix": "stylix", "taskshell": "taskshell" } @@ -1244,7 +1203,7 @@ "smoke": { "inputs": { "flake-compat": "flake-compat", - "flake-utils": "flake-utils_7", + "flake-utils": "flake-utils_6", "haskellTar": "haskellTar", "nixpkgs": [ "nixpkgs" @@ -1389,7 +1348,7 @@ }, "taskshell": { "inputs": { - "flake-utils": "flake-utils_8", + "flake-utils": "flake-utils_7", "nixpkgs": [ "nixpkgs" ] diff --git a/flake.nix b/flake.nix index b93db66..039e3db 100644 --- a/flake.nix +++ b/flake.nix @@ -23,7 +23,6 @@ nixpkgs-legacy_2305.url = "github:nixos/nixpkgs/nixos-23.05"; nixpkgs-legacy_2311.url = "github:nixos/nixpkgs/nixos-23.11"; nixos-hardware.url = "github:nixos/nixos-hardware"; - nixos-anywhere.url = "github:nix-community/nixos-anywhere"; home-manager = { @@ -62,7 +61,6 @@ #url = "git+file:///home/palo/dev/nixos/retiolum"; }; srvos.url = "github:nix-community/srvos"; - srvos_nixpkgs.follows = "srvos/nixpkgs"; landingpage = { #url = "git+file:///home/palo/dev/landingpage"; url = "github:mrVanDalo/landingpage"; @@ -75,10 +73,6 @@ url = "github:nix-community/disko"; inputs.nixpkgs.follows = "nixpkgs"; }; - dns = { - url = "github:kirelagin/dns.nix"; - inputs.nixpkgs.follows = "nixpkgs"; - }; nixinate.url = "github:matthewcroughan/nixinate"; stylix = { #url = "github:danth/stylix?ref=35cab8eb76c1d3672b2b290a64f357847c30d090"; @@ -102,8 +96,6 @@ inputs@{ self , clan-core , disko - , dns - #, doom-emacs-nix , flake-parts , grocy-scanner , home-manager @@ -129,7 +121,6 @@ , smoke , sops-nix , srvos - , srvos_nixpkgs , stylix , taskshell }: