remove framework-16 module
Signed-off-by: ahuston-0 <aliceghuston@gmail.com>
This commit is contained in:
parent
547bd07ed0
commit
4dd11b6f9a
4
flake.lock
generated
4
flake.lock
generated
@ -276,6 +276,7 @@
|
||||
"type": "github"
|
||||
}
|
||||
},
|
||||
<<<<<<< Updated upstream
|
||||
"nixos-hardware-fw16": {
|
||||
"locked": {
|
||||
"lastModified": 1713209644,
|
||||
@ -292,6 +293,8 @@
|
||||
"url": "https://github.com/jkoking/nixos-hardware"
|
||||
}
|
||||
},
|
||||
=======
|
||||
>>>>>>> Stashed changes
|
||||
"nixos-modules": {
|
||||
"inputs": {
|
||||
"flake-utils": [
|
||||
@ -408,7 +411,6 @@
|
||||
"nix-index-database": "nix-index-database",
|
||||
"nix-pre-commit": "nix-pre-commit",
|
||||
"nixos-hardware": "nixos-hardware",
|
||||
"nixos-hardware-fw16": "nixos-hardware-fw16",
|
||||
"nixos-modules": "nixos-modules",
|
||||
"nixpkgs": "nixpkgs",
|
||||
"nixpkgs-stable": "nixpkgs-stable_2",
|
||||
|
@ -96,10 +96,6 @@
|
||||
url = "github:NixOS/nixos-hardware";
|
||||
};
|
||||
|
||||
nixos-hardware-fw16 = {
|
||||
url = "git+https://github.com/jkoking/nixos-hardware?ref=add-framework-16";
|
||||
};
|
||||
|
||||
attic = {
|
||||
url = "github:zhaofengli/attic";
|
||||
inputs = {
|
||||
|
@ -4,7 +4,7 @@
|
||||
home = true;
|
||||
sops = true;
|
||||
modules = [
|
||||
inputs.nixos-hardware-fw16.nixosModules.framework-16-7040-amd
|
||||
inputs.nixos-hardware.nixosModules.framework-16-7040-amd
|
||||
#({ pkgs, ... }: {
|
||||
# nixpkgs.overlays = [ inputs.rust-overlay.overlays.default ];
|
||||
# environment.systemPackages = [ rust-bin.selectLatestNightlyWith (toolchain: toolchain.default.override {
|
||||
|
Loading…
x
Reference in New Issue
Block a user