nolap bt patch
This commit is contained in:
parent
395221f383
commit
1adcff2234
3 changed files with 53 additions and 3 deletions
10
flake.nix
10
flake.nix
|
|
@ -3,11 +3,15 @@
|
|||
|
||||
inputs = {
|
||||
nixos.url = "github:NixOS/nixpkgs/nixos-25.11";
|
||||
nixpkgs.url = "github:NixOS/nixpkgs/nixos-unstable";
|
||||
nixpkgs-last-building.url = "github:NixOS/nixpkgs/59e69648d345d6e8fef86158c555730fa12af9de";
|
||||
nixos-facter-modules.url = "github:numtide/nixos-facter-modules";
|
||||
nixos-hardware.url = "github:NixOS/nixos-hardware/master";
|
||||
nixpkgs.url = "github:NixOS/nixpkgs/nixos-unstable";
|
||||
nixpkgs-last-building.url = "github:NixOS/nixpkgs/59e69648d345d6e8fef86158c555730fa12af9de";
|
||||
determinate.url = "https://flakehub.com/f/DeterminateSystems/determinate/0.1";
|
||||
nur = {
|
||||
url = "github:nix-community/NUR";
|
||||
inputs.nixpkgs.follows = "nixpkgs";
|
||||
};
|
||||
agenix = {
|
||||
url = "github:ryantm/agenix";
|
||||
inputs.darwin.follows = "";
|
||||
|
|
@ -42,6 +46,7 @@
|
|||
self,
|
||||
nixpkgs,
|
||||
nixpkgs-last-building,
|
||||
nur,
|
||||
nixos-facter-modules,
|
||||
nixos-hardware,
|
||||
determinate,
|
||||
|
|
@ -100,6 +105,7 @@
|
|||
./extras/dev.nix
|
||||
./extras/gaming.nix
|
||||
lsfg-vk-flake.nixosModules.default
|
||||
nur.modules.nixos.default
|
||||
];
|
||||
};
|
||||
NOmom = nixpkgs.lib.nixosSystem {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue