nix: update nixpkgs
authorJulien Moutinho <julm+sourcephile-nix@sourcephile.fr>
Mon, 9 Oct 2023 15:10:26 +0000 (17:10 +0200)
committerJulien Moutinho <julm+sourcephile-nix@sourcephile.fr>
Mon, 9 Oct 2023 15:10:26 +0000 (17:10 +0200)
flake.lock
flake.nix

index e1de19fa417f0921af12503771ee18e78a16c09c..39008ce1ee43a043ed9609729ca9c8f5970bee3c 100644 (file)
         "pre-commit-hooks": "pre-commit-hooks"
       },
       "locked": {
-        "lastModified": 1696455652,
-        "narHash": "sha256-KY2ySzhiOREUrX6/0Jq8RHrmwIz/jJQcYekJErc75Ts=",
+        "lastModified": 1696802008,
+        "narHash": "sha256-pzcdagzHH88CUyoJQRBmeUgTVSPz+ilDIdR7SB1XxOc=",
         "ref": "main",
-        "rev": "bfa8b3fc1e55ecd93d2ea49537fbb76fab6efbb0",
-        "revCount": 706,
+        "rev": "19e915076ccb3e74adbb6cd3704cf7b27d2d6c7f",
+        "revCount": 707,
         "type": "git",
         "url": "file:///home/julm/work/sourcephile/nix/julm-nix"
       },
     },
     "nixpkgs": {
       "locked": {
-        "lastModified": 1691950488,
-        "narHash": "sha256-iUNEeudc4dGjx+HsHccnGiuZUVE/nhjXuQ1DVCsHIUY=",
+        "lastModified": 1696697597,
+        "narHash": "sha256-q26Qv4DQ+h6IeozF2o1secyQG0jt2VUT3V0K58jr3pg=",
         "owner": "NixOS",
         "repo": "nixpkgs",
-        "rev": "720e61ed8de116eec48d6baea1d54469b536b985",
+        "rev": "5a237aecb57296f67276ac9ab296a41c23981f56",
         "type": "github"
       },
       "original": {
         "owner": "NixOS",
+        "ref": "release-23.05",
         "repo": "nixpkgs",
-        "rev": "720e61ed8de116eec48d6baea1d54469b536b985",
         "type": "github"
       }
     },
index e6893a03575f097c691efced21e38ba744b1bf6d..d092cbd9b9564c2a868b9cb54f355dc4a73c8cc0 100644 (file)
--- a/flake.nix
+++ b/flake.nix
@@ -5,7 +5,7 @@
     julm-nix.url = "git+file:///home/julm/work/sourcephile/nix/julm-nix?ref=main";
     julm-nix.inputs.nixpkgs.follows = "nixpkgs";
     nix-formatter-pack.follows = "julm-nix/nix-formatter-pack";
-    nixpkgs.url = "github:NixOS/nixpkgs/720e61ed8de116eec48d6baea1d54469b536b985";
+    nixpkgs.url = "github:NixOS/nixpkgs/release-23.05";
     pre-commit-hooks.follows = "julm-nix/pre-commit-hooks";
   };
 
@@ -46,7 +46,7 @@
       # nix -L build .#nixosConfigurations.mermet.config.system.build.toplevel
       # nix -L build .#nixosConfigurations.mermet.config.boot.kernelPackages.kernel.configfile
       # nix -L build .#nixosConfigurations.mermet.pkgs.hello
-      # nix eval --raw .#nixosConfigurations.mermet.config.networking.nftables.rulese
+      # nix eval --raw .#nixosConfigurations.mermet.config.networking.nftables.ruleset
       nixosConfigurations = lib.genAttrs
         (builtins.attrNames (lib.filterAttrs (_n: v: v == "directory") (builtins.readDir (inputs.self + "/hosts"))))
         (hostName: nixosSystem