diff --git a/flake.lock b/flake.lock index 2f94c74..5581038 100644 --- a/flake.lock +++ b/flake.lock @@ -2,7 +2,9 @@ "nodes": { "agenix": { "inputs": { - "nixpkgs": "nixpkgs" + "nixpkgs": [ + "nixpkgs" + ] }, "locked": { "lastModified": 1648942457, @@ -75,7 +77,9 @@ "inputs": { "flake-compat": "flake-compat", "naersk": "naersk", - "nixpkgs": "nixpkgs_2", + "nixpkgs": [ + "nixpkgs" + ], "utils": "utils" }, "locked": { @@ -246,7 +250,9 @@ }, "home-manager": { "inputs": { - "nixpkgs": "nixpkgs_3" + "nixpkgs": [ + "nixpkgs" + ] }, "locked": { "lastModified": 1650478719, @@ -322,16 +328,16 @@ }, "nixpkgs": { "locked": { - "lastModified": 1638587357, - "narHash": "sha256-2ySMW3QARG8BsRPmwe7clTbdCuaObromOKewykP+UJc=", + "lastModified": 1650647760, + "narHash": "sha256-Ng8CGYLSTxeI+oEux0x+tSRA6K7ydoyfJNQf56ld+Uo=", "owner": "nixos", "repo": "nixpkgs", - "rev": "e34c5379866833f41e2a36f309912fa675d687c7", + "rev": "b80f570a92d04e8ace67ff09c34aa48708a5c88c", "type": "github" }, "original": { "owner": "nixos", - "ref": "nixos-21.11", + "ref": "nixpkgs-unstable", "repo": "nixpkgs", "type": "github" } @@ -370,7 +376,9 @@ "inputs": { "flake-utils": "flake-utils", "naersk": "naersk_2", - "nixpkgs": "nixpkgs_5", + "nixpkgs": [ + "nixpkgs" + ], "nixpkgs-hammering": "nixpkgs-hammering" }, "locked": { @@ -387,83 +395,6 @@ "type": "github" } }, - "nixpkgs_2": { - "locked": { - "lastModified": 1650109093, - "narHash": "sha256-tqlnKrAdJktRLXTou9le0oTqrYBAFpGscV5RADdpArU=", - "owner": "NixOS", - "repo": "nixpkgs", - "rev": "faad370edcb37162401be50d45526f52bb16a713", - "type": "github" - }, - "original": { - "owner": "NixOS", - "ref": "nixpkgs-unstable", - "repo": "nixpkgs", - "type": "github" - } - }, - "nixpkgs_3": { - "locked": { - "lastModified": 1650647760, - "narHash": "sha256-Ng8CGYLSTxeI+oEux0x+tSRA6K7ydoyfJNQf56ld+Uo=", - "owner": "NixOS", - "repo": "nixpkgs", - "rev": "b80f570a92d04e8ace67ff09c34aa48708a5c88c", - "type": "github" - }, - "original": { - "id": "nixpkgs", - "type": "indirect" - } - }, - "nixpkgs_4": { - "locked": { - "lastModified": 1650647760, - "narHash": "sha256-Ng8CGYLSTxeI+oEux0x+tSRA6K7ydoyfJNQf56ld+Uo=", - "owner": "nixos", - "repo": "nixpkgs", - "rev": "b80f570a92d04e8ace67ff09c34aa48708a5c88c", - "type": "github" - }, - "original": { - "owner": "nixos", - "ref": "nixpkgs-unstable", - "repo": "nixpkgs", - "type": "github" - } - }, - "nixpkgs_5": { - "locked": { - "lastModified": 1650760898, - "narHash": "sha256-r1rzTgwi1FKx5t3KKi7Xt4hyGdOnTD0RSTpbNls09KU=", - "owner": "NixOS", - "repo": "nixpkgs", - "rev": "0f1f92d85be76e0bd79ebb2285be8f43683eb845", - "type": "github" - }, - "original": { - "owner": "NixOS", - "repo": "nixpkgs", - "type": "github" - } - }, - "nixpkgs_6": { - "locked": { - "lastModified": 1645013224, - "narHash": "sha256-b7OEC8vwzJv3rsz9pwnTX2LQDkeOWz2DbKypkVvNHXc=", - "owner": "nixos", - "repo": "nixpkgs", - "rev": "b66b39216b1fef2d8c33cc7a5c72d8da80b79970", - "type": "github" - }, - "original": { - "owner": "nixos", - "ref": "nixpkgs-unstable", - "repo": "nixpkgs", - "type": "github" - } - }, "nur": { "locked": { "lastModified": 1650712914, @@ -491,7 +422,7 @@ "forgit-git": "forgit-git", "home-manager": "home-manager", "master": "master", - "nixpkgs": "nixpkgs_4", + "nixpkgs": "nixpkgs", "nixpkgs-review-checks": "nixpkgs-review-checks", "nur": "nur", "stable": "stable", @@ -536,7 +467,9 @@ "inputs": { "fenix": "fenix", "gitignore": "gitignore", - "nixpkgs": "nixpkgs_6" + "nixpkgs": [ + "nixpkgs" + ] }, "locked": { "lastModified": 1645337357, diff --git a/flake.nix b/flake.nix index d1e6d11..6095ea9 100644 --- a/flake.nix +++ b/flake.nix @@ -9,19 +9,46 @@ master.url = "github:nixos/nixpkgs"; nixpkgs.url = "github:nixos/nixpkgs/nixpkgs-unstable"; stable.url = "github:nixos/nixpkgs/nixos-21.11"; - nur.url = "github:nix-community/NUR"; - utils.url = "github:gytis-ivaskevicius/flake-utils-plus"; - agenix.url = "github:ryantm/agenix"; - emacs-overlay.url = "github:nix-community/emacs-overlay"; + nur = { + url = "github:nix-community/NUR"; + inputs.nixpkgs.follows = "nixpkgs"; + }; - home-manager.url = "github:nix-community/home-manager"; + utils = { + url = "github:gytis-ivaskevicius/flake-utils-plus"; + inputs.nixpkgs.follows = "nixpkgs"; + }; - statix.url = "github:nerdypepper/statix"; + agenix = { + url = "github:ryantm/agenix"; + inputs.nixpkgs.follows = "nixpkgs"; + }; - nixpkgs-review-checks.url = "github:SuperSandro2000/nixpkgs-review-checks"; + emacs-overlay = { + url = "github:nix-community/emacs-overlay"; + inputs.nixpkgs.follows = "nixpkgs"; + }; - comma.url = "github:nix-community/comma"; + home-manager = { + url = "github:nix-community/home-manager"; + inputs.nixpkgs.follows = "nixpkgs"; + }; + + statix = { + url = "github:nerdypepper/statix"; + inputs.nixpkgs.follows = "nixpkgs"; + }; + + nixpkgs-review-checks = { + url = "github:SuperSandro2000/nixpkgs-review-checks"; + inputs.nixpkgs.follows = "nixpkgs"; + }; + + comma = { + url = "github:nix-community/comma"; + inputs.nixpkgs.follows = "nixpkgs"; + }; # Fish specific dracula-fish = {