diff options
author | Emile <git@emile.space> | 2024-06-09 00:15:34 +0200 |
---|---|---|
committer | Emile <git@emile.space> | 2024-06-09 00:15:34 +0200 |
commit | fa562a063b2d25c163ae23aac9e9312ed2939c93 (patch) | |
tree | 486eab02073cf4840b8bc8e4438ebed761bb889e /flake.nix | |
parent | 3bac80e9a8720ef752116f6d53f3783cd4894452 (diff) |
updating to nixos 24.05
This also includes a switch to nixos from nixos-unstable
Diffstat (limited to 'flake.nix')
-rw-r--r-- | flake.nix | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/flake.nix b/flake.nix index ae1dcf4..62b1fa7 100644 --- a/flake.nix +++ b/flake.nix @@ -1,22 +1,22 @@ { inputs = { - nixpkgs.url = "git+https://github.com/nixos/nixpkgs?ref=release-23.11"; + nixpkgs.url = "git+https://github.com/nixos/nixpkgs?ref=release-24.05"; nixpkgs-unstable.url = "git+https://github.com/nixos/nixpkgs?ref=nixpkgs-unstable"; darwin.url = "git+https://github.com/lnl7/nix-darwin"; darwin.inputs.nixpkgs.follows = "nixpkgs"; deploy-rs.url = "git+https://github.com/serokell/deploy-rs?ref=master"; - deploy-rs.inputs.nixpkgs.follows = "nixpkgs-unstable"; + deploy-rs.inputs.nixpkgs.follows = "nixpkgs"; agenix.url = "git+https://github.com/ryantm/agenix"; agenix.inputs.nixpkgs.follows = "nixpkgs"; - home-manager.url = "git+https://github.com/nix-community/home-manager?ref=release-23.11"; - home-manager.inputs.nixpkgs.follows = "nixpkgs-unstable"; + home-manager.url = "git+https://github.com/nix-community/home-manager?ref=release-24.05"; + home-manager.inputs.nixpkgs.follows = "nixpkgs"; naersk.url = "git+https://github.com/nix-community/naersk"; - naersk.inputs.nixpkgs.follows = "nixpkgs-unstable"; + naersk.inputs.nixpkgs.follows = "nixpkgs"; # hefe-internal.url = "git+ssh://gitea@git.emile.space/hanemile/hefe-internal.git?ref=main"; |