diff options
| author | nsfisis <nsfisis@gmail.com> | 2023-09-02 18:40:01 +0900 |
|---|---|---|
| committer | nsfisis <nsfisis@gmail.com> | 2023-09-02 18:40:01 +0900 |
| commit | d5d62fc0d7816ed9b8c6df33c9f968701fed02dd (patch) | |
| tree | b8c5fb9fbd327c09e892207700110079b1f383e8 /flake.nix | |
| parent | 1311917d3118c3d7dbb6815280f8fe0febbbdc8d (diff) | |
| download | dotfiles-d5d62fc0d7816ed9b8c6df33c9f968701fed02dd.tar.gz dotfiles-d5d62fc0d7816ed9b8c6df33c9f968701fed02dd.tar.zst dotfiles-d5d62fc0d7816ed9b8c6df33c9f968701fed02dd.zip | |
home-manager: refer to unstable nixpkg
Diffstat (limited to 'flake.nix')
| -rw-r--r-- | flake.nix | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -10,10 +10,10 @@ description = "My flake configuration"; inputs = { - nixpkgs.url = "github:NixOS/nixpkgs/release-23.05"; + nixpkgs.url = "github:NixOS/nixpkgs/master"; home-manager = { - url = "github:nix-community/home-manager/release-23.05"; + url = "github:nix-community/home-manager/master"; inputs.nixpkgs.follows = "nixpkgs"; }; }; |
