diff options
author | Bruno BELANYI <bruno@belanyi.fr> | 2022-09-03 19:27:28 +0200 |
---|---|---|
committer | Bruno BELANYI <bruno@belanyi.fr> | 2022-09-03 19:27:28 +0200 |
commit | a97923107ae23b29f8dd3b196823d7dea721e687 (patch) | |
tree | 20817192a9c62f0590f5d8d98123fcaefb404026 | |
parent | 786902e1bc5c06b025c2c45bf5eab37febc465ea (diff) |
flake: switch nixpkgs input to nixos-22.05
21.11 is not supported anymore.
-rw-r--r-- | flake.lock | 8 | ||||
-rw-r--r-- | flake.nix | 2 |
2 files changed, 5 insertions, 5 deletions
@@ -48,16 +48,16 @@ }, "nixpkgs": { "locked": { - "lastModified": 1643503720, - "narHash": "sha256-tJic20ufuRnG8V+fTCd3YU6xl1ImxNspoEkXHct0AG4=", + "lastModified": 1662099760, + "narHash": "sha256-MdZLCTJPeHi/9fg6R9fiunyDwP3XHJqDd51zWWz9px0=", "owner": "NixOS", "repo": "nixpkgs", - "rev": "0f316e4d72daed659233817ffe52bf08e081b5de", + "rev": "67e45078141102f45eff1589a831aeaa3182b41e", "type": "github" }, "original": { "owner": "NixOS", - "ref": "nixos-21.11", + "ref": "nixos-22.05", "repo": "nixpkgs", "type": "github" } @@ -1,6 +1,6 @@ { inputs = { - nixpkgs.url = "github:NixOS/nixpkgs/nixos-21.11"; + nixpkgs.url = "github:NixOS/nixpkgs/nixos-22.05"; devshell.url = "github:numtide/devshell"; nixlib.url = "github:divnix/nixpkgs.lib"; flake-compat = { |