diff options
author | Soispha <soispha@vhack.eu> | 2023-04-19 15:39:59 +0200 |
---|---|---|
committer | Soispha <soispha@vhack.eu> | 2023-05-09 19:31:11 +0200 |
commit | 7d174fa466482b6251668af385ed8fdfa4d623c4 (patch) | |
tree | 362e303270460a86210330056853cc03c4f971b7 /flake.nix | |
parent | Feat(hm/conf/git): Add global ignore for Session.vim files (diff) | |
download | nixos-config-7d174fa466482b6251668af385ed8fdfa4d623c4.tar.gz nixos-config-7d174fa466482b6251668af385ed8fdfa4d623c4.zip |
Fix(flake): Change to master for a firefox update
Diffstat (limited to 'flake.nix')
-rw-r--r-- | flake.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/flake.nix b/flake.nix index 1925b1db..17afbdb6 100644 --- a/flake.nix +++ b/flake.nix @@ -3,7 +3,7 @@ description = "Nixos system config"; inputs = { - nixpkgs.url = "github:NixOS/nixpkgs/nixos-unstable"; + nixpkgs.url = "github:NixOS/nixpkgs/master"; home-manager = { url = "github:nix-community/home-manager/master"; inputs = { |