nix: update flake
This commit is contained in:
parent
c45e6618bc
commit
bae7209c88
1 changed files with 3 additions and 3 deletions
|
@ -1,14 +1,14 @@
|
|||
{
|
||||
inputs = {
|
||||
nixpkgs.url = github:NixOS/nixpkgs/nixos-unstable;
|
||||
nixpkgs.url = "github:NixOS/nixpkgs/nixos-unstable";
|
||||
|
||||
home-manager = {
|
||||
url = github:nix-community/home-manager/master;
|
||||
url = "github:nix-community/home-manager";
|
||||
inputs.nixpkgs.follows = "nixpkgs";
|
||||
};
|
||||
|
||||
dedsec-grub-theme = {
|
||||
url = gitlab:pleshevskiy/dedsec-grub-theme/nix-flake;
|
||||
url = "gitlab:VandalByte/dedsec-grub-theme";
|
||||
inputs.nixpkgs.follows = "nixpkgs";
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue