flake updates

This commit is contained in:
Robin Appelman 2024-12-02 23:10:29 +01:00
commit 7fdfe81728
2 changed files with 8 additions and 7 deletions

12
flake.lock generated
View file

@ -22,8 +22,8 @@
] ]
}, },
"locked": { "locked": {
"lastModified": 1732198790, "lastModified": 1732368988,
"narHash": "sha256-VNTFKcX52PRh3I88ofYTyBWCtqVQB3fVIMO64HHs3+0=", "narHash": "sha256-X3Sqxfi8h2qgdBE0pad4E6EUHSVSyHdXnKuYM9/v0tQ=",
"path": "/home/robin/Projects/flakelight", "path": "/home/robin/Projects/flakelight",
"type": "path" "type": "path"
}, },
@ -53,16 +53,16 @@
}, },
"nixpkgs": { "nixpkgs": {
"locked": { "locked": {
"lastModified": 1731797254, "lastModified": 1732981179,
"narHash": "sha256-df3dJApLPhd11AlueuoN0Q4fHo/hagP75LlM5K1sz9g=", "narHash": "sha256-F7thesZPvAMSwjRu0K8uFshTk3ZZSNAsXTIFvXBT+34=",
"owner": "NixOS", "owner": "NixOS",
"repo": "nixpkgs", "repo": "nixpkgs",
"rev": "e8c38b73aeb218e27163376a2d617e61a2ad9b59", "rev": "62c435d93bf046a5396f3016472e8f7c8e2aed65",
"type": "github" "type": "github"
}, },
"original": { "original": {
"id": "nixpkgs", "id": "nixpkgs",
"ref": "nixos-24.05", "ref": "nixos-24.11",
"type": "indirect" "type": "indirect"
} }
}, },

View file

@ -1,6 +1,6 @@
{ {
inputs = { inputs = {
nixpkgs.url = "nixpkgs/nixos-24.05"; nixpkgs.url = "nixpkgs/nixos-24.11";
flakelight = { flakelight = {
# url = "github:nix-community/flakelight"; # url = "github:nix-community/flakelight";
url = "path:/home/robin/Projects/flakelight"; url = "path:/home/robin/Projects/flakelight";
@ -33,6 +33,7 @@
npmlock2nix = final.callPackage npmlock2nix { }; npmlock2nix = final.callPackage npmlock2nix { };
}) })
(final: prev: { (final: prev: {
nodejs-16_x = final.nodejs;
demostf-frontend-toolchain = final.rust-bin.fromRustupToolchainFile ./rust-toolchain.toml; demostf-frontend-toolchain = final.rust-bin.fromRustupToolchainFile ./rust-toolchain.toml;
}) })
(import ./nix/overlay.nix) (import ./nix/overlay.nix)