update flake

This commit is contained in:
griffi-gh 2024-09-26 12:51:35 +02:00
parent 881861baef
commit 108deeab34
2 changed files with 5 additions and 4 deletions

View file

@ -8,15 +8,16 @@
"rust-analyzer-src": "rust-analyzer-src" "rust-analyzer-src": "rust-analyzer-src"
}, },
"locked": { "locked": {
"lastModified": 1725777030, "lastModified": 1725172314,
"narHash": "sha256-mieHgCmdbr/Tok3djbEVnNyLtnxEv5PHngN8wBu+RJA=", "narHash": "sha256-BtLY9lWu/pe6/ImFwuRRRqMwLacY5AZOKA2hUHUQ64k=",
"owner": "nix-community", "owner": "nix-community",
"repo": "fenix", "repo": "fenix",
"rev": "7c59cc75e7d2328753b00766ab0a78a075609b25", "rev": "28b42d01f549c38bd165296fbcb4fe66d98fc24f",
"type": "github" "type": "github"
}, },
"original": { "original": {
"owner": "nix-community", "owner": "nix-community",
"ref": "monthly",
"repo": "fenix", "repo": "fenix",
"type": "github" "type": "github"
} }

View file

@ -3,7 +3,7 @@
nixpkgs.url = "github:NixOS/nixpkgs/nixpkgs-unstable"; nixpkgs.url = "github:NixOS/nixpkgs/nixpkgs-unstable";
flake-utils.url = "github:numtide/flake-utils"; flake-utils.url = "github:numtide/flake-utils";
fenix = { fenix = {
url = "github:nix-community/fenix"; url = "github:nix-community/fenix/monthly";
inputs.nixpkgs.follows = "nixpkgs"; inputs.nixpkgs.follows = "nixpkgs";
}; };
}; };