Skip to content

Commit

Permalink
flake: Use nixos-24.05
Browse files Browse the repository at this point in the history
  • Loading branch information
azuwis committed Jul 26, 2024
1 parent 62835db commit ac77f84
Show file tree
Hide file tree
Showing 2 changed files with 44 additions and 15 deletions.
41 changes: 31 additions & 10 deletions flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

18 changes: 13 additions & 5 deletions flake.nix
Original file line number Diff line number Diff line change
@@ -1,9 +1,17 @@
{
inputs.nixpkgs.url = "github:NixOS/nixpkgs/nixpkgs-unstable";
inputs.systems.url = "github:nix-systems/default";
inputs.devshell.url = "github:numtide/devshell";
inputs.devshell.inputs.nixpkgs.follows = "nixpkgs";
inputs.devshell.inputs.systems.follows = "systems";
inputs = {
nixpkgs.url = "github:NixOS/nixpkgs/nixos-24.05";
systems.url = "github:nix-systems/default";
flake-utils.url = "github:numtide/flake-utils";
flake-utils.inputs.systems.follows = "systems";
devshell = {
url = "github:numtide/devshell";
inputs = {
flake-utils.follows = "flake-utils";
nixpkgs.follows = "nixpkgs";
};
};
};

nixConfig.extra-substituters = [ "https://azuwis.cachix.org" ];
nixConfig.extra-trusted-public-keys = [
Expand Down

0 comments on commit ac77f84

Please sign in to comment.