mirror of
https://github.com/foo-dogsquared/nixos-config.git
synced 2025-02-24 18:19:01 +00:00
config: remove Guix overlay flake input
Much of what is needed is now available in nixpkgs.
This commit is contained in:
parent
e45fad294e
commit
08c75b52bf
47
flake.lock
generated
47
flake.lock
generated
@ -340,24 +340,6 @@
|
|||||||
"type": "github"
|
"type": "github"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"guix-overlay": {
|
|
||||||
"inputs": {
|
|
||||||
"nixpkgs": "nixpkgs"
|
|
||||||
},
|
|
||||||
"locked": {
|
|
||||||
"lastModified": 1701658398,
|
|
||||||
"narHash": "sha256-6FLVX4bjpIxYc/MRTR0dKX4CODGZJS8ZKLyeWMLCgvc=",
|
|
||||||
"owner": "foo-dogsquared",
|
|
||||||
"repo": "nix-overlay-guix",
|
|
||||||
"rev": "67b3ddc7ccc0eda4cc095e59d56861309316277a",
|
|
||||||
"type": "github"
|
|
||||||
},
|
|
||||||
"original": {
|
|
||||||
"owner": "foo-dogsquared",
|
|
||||||
"repo": "nix-overlay-guix",
|
|
||||||
"type": "github"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"helix-editor": {
|
"helix-editor": {
|
||||||
"inputs": {
|
"inputs": {
|
||||||
"crane": "crane",
|
"crane": "crane",
|
||||||
@ -405,7 +387,7 @@
|
|||||||
},
|
},
|
||||||
"home-manager-stable": {
|
"home-manager-stable": {
|
||||||
"inputs": {
|
"inputs": {
|
||||||
"nixpkgs": "nixpkgs_2"
|
"nixpkgs": "nixpkgs"
|
||||||
},
|
},
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1700814205,
|
"lastModified": 1700814205,
|
||||||
@ -424,7 +406,7 @@
|
|||||||
},
|
},
|
||||||
"home-manager-unstable": {
|
"home-manager-unstable": {
|
||||||
"inputs": {
|
"inputs": {
|
||||||
"nixpkgs": "nixpkgs_3"
|
"nixpkgs": "nixpkgs_2"
|
||||||
},
|
},
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1701728041,
|
"lastModified": 1701728041,
|
||||||
@ -635,16 +617,16 @@
|
|||||||
},
|
},
|
||||||
"nixpkgs": {
|
"nixpkgs": {
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1665763903,
|
"lastModified": 1700204040,
|
||||||
"narHash": "sha256-znGWY4x688cZ3Ii01qLnhl+mSKpQ9iCufGxfdV6oBOc=",
|
"narHash": "sha256-xSVcS5HBYnD3LTer7Y2K8ZQCDCXMa3QUD1MzRjHzuhI=",
|
||||||
"owner": "NixOS",
|
"owner": "NixOS",
|
||||||
"repo": "nixpkgs",
|
"repo": "nixpkgs",
|
||||||
"rev": "78a37aa630faa41944060a966607d4f1128ea94b",
|
"rev": "c757e9bd77b16ca2e03c89bf8bc9ecb28e0c06ad",
|
||||||
"type": "github"
|
"type": "github"
|
||||||
},
|
},
|
||||||
"original": {
|
"original": {
|
||||||
"owner": "NixOS",
|
"owner": "NixOS",
|
||||||
"ref": "nixos-22.05",
|
"ref": "nixos-unstable",
|
||||||
"repo": "nixpkgs",
|
"repo": "nixpkgs",
|
||||||
"type": "github"
|
"type": "github"
|
||||||
}
|
}
|
||||||
@ -713,22 +695,6 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"nixpkgs_2": {
|
"nixpkgs_2": {
|
||||||
"locked": {
|
|
||||||
"lastModified": 1700204040,
|
|
||||||
"narHash": "sha256-xSVcS5HBYnD3LTer7Y2K8ZQCDCXMa3QUD1MzRjHzuhI=",
|
|
||||||
"owner": "NixOS",
|
|
||||||
"repo": "nixpkgs",
|
|
||||||
"rev": "c757e9bd77b16ca2e03c89bf8bc9ecb28e0c06ad",
|
|
||||||
"type": "github"
|
|
||||||
},
|
|
||||||
"original": {
|
|
||||||
"owner": "NixOS",
|
|
||||||
"ref": "nixos-unstable",
|
|
||||||
"repo": "nixpkgs",
|
|
||||||
"type": "github"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"nixpkgs_3": {
|
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1701253981,
|
"lastModified": 1701253981,
|
||||||
"narHash": "sha256-ztaDIyZ7HrTAfEEUt9AtTDNoCYxUdSd6NrRHaYOIxtk=",
|
"narHash": "sha256-ztaDIyZ7HrTAfEEUt9AtTDNoCYxUdSd6NrRHaYOIxtk=",
|
||||||
@ -767,7 +733,6 @@
|
|||||||
"emacs-overlay": "emacs-overlay",
|
"emacs-overlay": "emacs-overlay",
|
||||||
"firefox-addons": "firefox-addons",
|
"firefox-addons": "firefox-addons",
|
||||||
"flake-utils": "flake-utils_3",
|
"flake-utils": "flake-utils_3",
|
||||||
"guix-overlay": "guix-overlay",
|
|
||||||
"helix-editor": "helix-editor",
|
"helix-editor": "helix-editor",
|
||||||
"home-manager": [
|
"home-manager": [
|
||||||
"home-manager-unstable"
|
"home-manager-unstable"
|
||||||
|
@ -59,9 +59,6 @@
|
|||||||
helix-editor.url = "github:helix-editor/helix";
|
helix-editor.url = "github:helix-editor/helix";
|
||||||
helix-editor.inputs.nixpkgs.follows = "nixpkgs";
|
helix-editor.inputs.nixpkgs.follows = "nixpkgs";
|
||||||
|
|
||||||
# Guix in NixOS?!
|
|
||||||
guix-overlay.url = "github:foo-dogsquared/nix-overlay-guix";
|
|
||||||
|
|
||||||
# Generating an entire flavored themes with Nix?
|
# Generating an entire flavored themes with Nix?
|
||||||
nix-colors.url = "github:misterio77/nix-colors";
|
nix-colors.url = "github:misterio77/nix-colors";
|
||||||
|
|
||||||
@ -219,11 +216,6 @@
|
|||||||
};
|
};
|
||||||
services.openssh.enable = lib.mkDefault true;
|
services.openssh.enable = lib.mkDefault true;
|
||||||
|
|
||||||
# We're setting Guix service package with the flake-provided package.
|
|
||||||
# This is to prevent problems setting with overlays as much as I like
|
|
||||||
# using them.
|
|
||||||
services.guix.package = inputs.guix-overlay.packages.${config.nixpkgs.system}.guix;
|
|
||||||
|
|
||||||
# It's following the 'nixpkgs' flake input which should be in unstable
|
# It's following the 'nixpkgs' flake input which should be in unstable
|
||||||
# branches. Not to mention, most of the system configurations should
|
# branches. Not to mention, most of the system configurations should
|
||||||
# have this attribute set explicitly by default.
|
# have this attribute set explicitly by default.
|
||||||
|
Loading…
Reference in New Issue
Block a user