diff options
author | Soispha <soispha@vhack.eu> | 2023-10-21 23:42:44 +0200 |
---|---|---|
committer | Soispha <soispha@vhack.eu> | 2023-10-21 23:42:44 +0200 |
commit | dac96c0883e476cd98d99f46787bd491feebea05 (patch) | |
tree | 8d4a3b15cb66b83b8f029169e9a3f2486d14b24e | |
parent | fix(hm/conf/firefox/conf/exts/nmh): Spell 'messaging' correctly (diff) | |
download | nixos-config-dac96c0883e476cd98d99f46787bd491feebea05.tar.gz nixos-config-dac96c0883e476cd98d99f46787bd491feebea05.zip |
build(flake): Update to a recent nixos-unstable version
-rw-r--r-- | flake.lock | 8 | ||||
-rw-r--r-- | flake.nix | 2 |
2 files changed, 5 insertions, 5 deletions
diff --git a/flake.lock b/flake.lock index 35bae132..60a0e095 100644 --- a/flake.lock +++ b/flake.lock @@ -607,17 +607,17 @@ }, "nixpkgs": { "locked": { - "lastModified": 1696879762, - "narHash": "sha256-Ud6bH4DMcYHUDKavNMxAhcIpDGgHMyL/yaDEAVSImQY=", + "lastModified": 1697723726, + "narHash": "sha256-SaTWPkI8a5xSHX/rrKzUe+/uVNy6zCGMXgoeMb7T9rg=", "owner": "NixOS", "repo": "nixpkgs", - "rev": "f99e5f03cc0aa231ab5950a15ed02afec45ed51a", + "rev": "7c9cc5a6e5d38010801741ac830a3f8fd667a7a0", "type": "github" }, "original": { "owner": "NixOS", + "ref": "nixos-unstable", "repo": "nixpkgs", - "rev": "f99e5f03cc0aa231ab5950a15ed02afec45ed51a", "type": "github" } }, diff --git a/flake.nix b/flake.nix index 3057475a..455b090b 100644 --- a/flake.nix +++ b/flake.nix @@ -3,7 +3,7 @@ inputs = { # base - nixpkgs.url = "github:NixOS/nixpkgs/f99e5f03cc0aa231ab5950a15ed02afec45ed51a"; + nixpkgs.url = "github:NixOS/nixpkgs/nixos-unstable"; nixpkgs-stable.url = "github:NixOS/nixpkgs/nixos-23.05"; # inputs for following |