diff options
-rw-r--r-- | flake.lock | 20 | ||||
-rw-r--r-- | flake.nix | 2 |
2 files changed, 11 insertions, 11 deletions
diff --git a/flake.lock b/flake.lock index ba56578e..d435245a 100644 --- a/flake.lock +++ b/flake.lock @@ -144,11 +144,11 @@ ] }, "locked": { - "lastModified": 1681909480, - "narHash": "sha256-PDuHXPv8tWLgV0Sb3rVtr+WD+7aGD2Vjpeyumk5xPA4=", + "lastModified": 1681814024, + "narHash": "sha256-DPxY/dIxegJ443OJ8jJDusZxX1cbhNe/r3XjG/KifCk=", "owner": "nix-community", "repo": "home-manager", - "rev": "5ae849d3c5604eef6ac959b1cd64ebada7371dad", + "rev": "cd5723734acbffa63e11a69cf6767f8ef69f6517", "type": "github" }, "original": { @@ -191,16 +191,16 @@ }, "nixpkgs": { "locked": { - "lastModified": 1681910883, - "narHash": "sha256-z/21lGaEJ/994LiS1Y1ruTfgVme5w/d3Ww8MluaffDM=", + "lastModified": 1681737997, + "narHash": "sha256-pHhjgsIkRMu80LmVe8QoKIZB6VZGRRxFmIvsC5S89k4=", "owner": "NixOS", "repo": "nixpkgs", - "rev": "5608f9dbad40f3a0495a351eceb8c4debb9e6099", + "rev": "f00994e78cd39e6fc966f0c4103f908e63284780", "type": "github" }, "original": { "owner": "NixOS", - "ref": "master", + "ref": "nixos-unstable", "repo": "nixpkgs", "type": "github" } @@ -298,11 +298,11 @@ ] }, "locked": { - "lastModified": 1681870826, - "narHash": "sha256-1YEXIdr5wwG8PWntvcjjoVpsAKOKuKEaFIy3vR0FGpo=", + "lastModified": 1681784311, + "narHash": "sha256-DJnxAHCZf9nAuL4wJKcWKaFHrB7MxpsQM6Z4wNi+16k=", "owner": "oxalica", "repo": "rust-overlay", - "rev": "e2f975856a48ebecba4f95846b8f368f3808d4e7", + "rev": "fc8bfcaf195d0b147b2f73915b735942e9929f93", "type": "github" }, "original": { diff --git a/flake.nix b/flake.nix index 17afbdb6..1925b1db 100644 --- a/flake.nix +++ b/flake.nix @@ -3,7 +3,7 @@ description = "Nixos system config"; inputs = { - nixpkgs.url = "github:NixOS/nixpkgs/master"; + nixpkgs.url = "github:NixOS/nixpkgs/nixos-unstable"; home-manager = { url = "github:nix-community/home-manager/master"; inputs = { |