beep bloop
This commit is contained in:
parent
d6a224a466
commit
51626254b3
33
flake.lock
generated
33
flake.lock
generated
@ -545,6 +545,18 @@
|
|||||||
"type": "github"
|
"type": "github"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
"nixpkgs_3": {
|
||||||
|
"locked": {
|
||||||
|
"lastModified": 0,
|
||||||
|
"narHash": "sha256-8XfURTDxOm6+33swQJu/hx6xw1Tznl8vJJN5HwVqckg=",
|
||||||
|
"path": "/nix/store/qjmsdak7fhqc7pi922i2mgm45f7af9h8-source",
|
||||||
|
"type": "path"
|
||||||
|
},
|
||||||
|
"original": {
|
||||||
|
"id": "nixpkgs",
|
||||||
|
"type": "indirect"
|
||||||
|
}
|
||||||
|
},
|
||||||
"nur": {
|
"nur": {
|
||||||
"inputs": {
|
"inputs": {
|
||||||
"flake-parts": "flake-parts",
|
"flake-parts": "flake-parts",
|
||||||
@ -606,7 +618,8 @@
|
|||||||
"nur": "nur",
|
"nur": "nur",
|
||||||
"unstable": "unstable",
|
"unstable": "unstable",
|
||||||
"wack-ctf": "wack-ctf",
|
"wack-ctf": "wack-ctf",
|
||||||
"wack-server-conf": "wack-server-conf"
|
"wack-server-conf": "wack-server-conf",
|
||||||
|
"warez": "warez"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"sops-nix": {
|
"sops-nix": {
|
||||||
@ -849,6 +862,24 @@
|
|||||||
"repo": "wack-server-conf",
|
"repo": "wack-server-conf",
|
||||||
"type": "github"
|
"type": "github"
|
||||||
}
|
}
|
||||||
|
},
|
||||||
|
"warez": {
|
||||||
|
"inputs": {
|
||||||
|
"nixpkgs": "nixpkgs_3"
|
||||||
|
},
|
||||||
|
"locked": {
|
||||||
|
"lastModified": 1738103614,
|
||||||
|
"narHash": "sha256-EvaKn0vfvvX/rtRGFXim+JOQLLAr/1Y4igQrmnLI1CE=",
|
||||||
|
"ref": "refs/heads/master",
|
||||||
|
"rev": "c3bb59ee5cc6d700f6edf98c65a853efa09993ef",
|
||||||
|
"revCount": 6,
|
||||||
|
"type": "git",
|
||||||
|
"url": "https://git.pvv.ntnu.no/tnug/nix-warez"
|
||||||
|
},
|
||||||
|
"original": {
|
||||||
|
"type": "git",
|
||||||
|
"url": "https://git.pvv.ntnu.no/tnug/nix-warez"
|
||||||
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"root": "root",
|
"root": "root",
|
||||||
|
@ -1,9 +1,6 @@
|
|||||||
{
|
{
|
||||||
description = "dandellion's home-manager profiles";
|
description = "dandellion's home-manager profiles";
|
||||||
|
|
||||||
# nixConfig.extra-substituters = ["https://cache.dodsorf.as"];
|
|
||||||
# nixConfig.exta-trusted-public-keys = "cache.dodsorf.as:FYKGadXTyI2ax8mirBTOjEqS/8PZKAWxiJVOBjESQXc=";
|
|
||||||
|
|
||||||
inputs = {
|
inputs = {
|
||||||
nixpkgs.url = "github:nixos/nixpkgs/nixos-24.11";
|
nixpkgs.url = "github:nixos/nixpkgs/nixos-24.11";
|
||||||
|
|
||||||
@ -28,8 +25,7 @@
|
|||||||
greg-clients.url = "git+https://git.pvv.ntnu.no/grzegorz/grzegorz-clients";
|
greg-clients.url = "git+https://git.pvv.ntnu.no/grzegorz/grzegorz-clients";
|
||||||
greg-clients.inputs.nixpkgs.follows = "unstable";
|
greg-clients.inputs.nixpkgs.follows = "unstable";
|
||||||
|
|
||||||
# helix.url = "github:helix-editor/helix";
|
warez.url = "git+https://git.pvv.ntnu.no/tnug/nix-warez";
|
||||||
# helix.inputs.nixpkgs.follows = "unstable";
|
|
||||||
|
|
||||||
nixgl.url = "github:guibou/nixGL";
|
nixgl.url = "github:guibou/nixGL";
|
||||||
nixgl.inputs.nixpkgs.follows = "nixpkgs";
|
nixgl.inputs.nixpkgs.follows = "nixpkgs";
|
||||||
@ -52,6 +48,7 @@
|
|||||||
})
|
})
|
||||||
nur.overlays.default
|
nur.overlays.default
|
||||||
nixgl.overlays.default
|
nixgl.overlays.default
|
||||||
|
inputs.warez.overlays.default
|
||||||
];
|
];
|
||||||
|
|
||||||
mkHome =
|
mkHome =
|
||||||
|
@ -16,6 +16,7 @@ in {
|
|||||||
steam
|
steam
|
||||||
|
|
||||||
prismlauncher
|
prismlauncher
|
||||||
|
fjordlauncher
|
||||||
# minetest
|
# minetest
|
||||||
# dwarf-fortress-packages.dwarf-fortress-full
|
# dwarf-fortress-packages.dwarf-fortress-full
|
||||||
# superTuxKart
|
# superTuxKart
|
||||||
|
Loading…
Reference in New Issue
Block a user