diff options
| author | Devin Finlinson <devin.finlinson@pm.me> | 2023-08-31 00:03:21 +0200 |
|---|---|---|
| committer | Devin Finlinson <devin.finlinson@pm.me> | 2023-08-31 00:03:21 +0200 |
| commit | d19407f7184f3e8b7c4ee405ed2640216c713929 (patch) | |
| tree | 0b69958d19fc5f3d6e9cafd8a702ffd2bfba9a61 /flake.nix | |
| parent | a80f6e253e42d53d11d9ba66b77ecdbc8a674459 (diff) | |
Diffstat (limited to 'flake.nix')
| -rw-r--r-- | flake.nix | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -2,8 +2,8 @@ description = "NixOS configuration"; inputs = { - nixos.url = "github:nixos/nixpkgs/nixos-23.05"; - nixpkgs.url = "github:nixos/nixpkgs/nixos-unstable"; + nixpkgs.url = "github:nixos/nixpkgs/nixos-23.05"; + nixpkgs-unstable.url = "github:nixos/nixpkgs/nixos-unstable"; home-manager = { url = "github:nix-community/home-manager/release-23.05"; inputs.nixpkgs.follows = "nixpkgs"; |
