mirror of
https://github.com/itme-brain/nixos.git
synced 2026-03-23 16:29:42 -04:00
nit: removed self
This commit is contained in:
parent
05edfc3185
commit
0713048568
1 changed files with 1 additions and 1 deletions
|
|
@ -22,7 +22,7 @@
|
|||
};
|
||||
};
|
||||
|
||||
outputs = { self, nixpkgs, nur, home-manager, nixos-wsl, disko }:
|
||||
outputs = { nixpkgs, nur, home-manager, nixos-wsl, disko, ... }:
|
||||
let
|
||||
system = "x86_64-linux";
|
||||
pkgs = import nixpkgs {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue