14
flake.nix
14
flake.nix
@@ -2,15 +2,15 @@
|
||||
inputs = {
|
||||
nixpkgs = {
|
||||
# --- Official
|
||||
type = "github";
|
||||
owner = "NixOS";
|
||||
repo = "nixpkgs";
|
||||
ref = "master";
|
||||
# --- Fork
|
||||
# type = "github";
|
||||
# owner = "karaolidis";
|
||||
# owner = "NixOS";
|
||||
# repo = "nixpkgs";
|
||||
# ref = "integration";
|
||||
# ref = "master";
|
||||
# --- Fork
|
||||
type = "github";
|
||||
owner = "karaolidis";
|
||||
repo = "nixpkgs";
|
||||
ref = "integration";
|
||||
# --- Local
|
||||
# url = "git+file:./submodules/nixpkgs";
|
||||
};
|
||||
|
Reference in New Issue
Block a user