diff options
author | Soispha <soispha@vhack.eu> | 2023-08-19 17:38:25 +0200 |
---|---|---|
committer | Soispha <soispha@vhack.eu> | 2023-08-19 17:38:25 +0200 |
commit | 665be3f4eb3f3932f73af1941c275406f1235fbe (patch) | |
tree | fb297601d73b2b3efd745230dbe2eb7edcf39cf9 /flake.nix | |
parent | Fix(hm/packages): Remove neovim as it's already added by nixvim (diff) | |
download | nixos-config-665be3f4eb3f3932f73af1941c275406f1235fbe.tar.gz nixos-config-665be3f4eb3f3932f73af1941c275406f1235fbe.zip |
Fix(flake): Remove Merge conflicts
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 f875c033..6be4609d 100644 --- a/flake.nix +++ b/flake.nix @@ -37,7 +37,7 @@ nixpkgs.follows = "nixpkgs"; flake-utils.follows = "flake-utils"; flake-compat.follows = "flake-compat"; - nixpkgs-stable.follows = "nixpkgs_stable_release"; + nixpkgs-stable.follows = "nixpkgs-stable"; gitignore.follows = "gitignore"; }; }; |