mirror of
https://codeberg.org/demostf/frontend.git
synced 2026-06-03 10:14:13 +02:00
flake updates
This commit is contained in:
parent
f6f4ac1e81
commit
7fdfe81728
2 changed files with 8 additions and 7 deletions
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
inputs = {
|
||||
nixpkgs.url = "nixpkgs/nixos-24.05";
|
||||
nixpkgs.url = "nixpkgs/nixos-24.11";
|
||||
flakelight = {
|
||||
# url = "github:nix-community/flakelight";
|
||||
url = "path:/home/robin/Projects/flakelight";
|
||||
|
|
@ -33,6 +33,7 @@
|
|||
npmlock2nix = final.callPackage npmlock2nix { };
|
||||
})
|
||||
(final: prev: {
|
||||
nodejs-16_x = final.nodejs;
|
||||
demostf-frontend-toolchain = final.rust-bin.fromRustupToolchainFile ./rust-toolchain.toml;
|
||||
})
|
||||
(import ./nix/overlay.nix)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue