remove framework-16 module

Signed-off-by: ahuston-0 <aliceghuston@gmail.com>
This commit is contained in:
ahuston-0 2024-04-20 18:34:35 -04:00 committed by Alice Huston
parent 547bd07ed0
commit 4dd11b6f9a
3 changed files with 4 additions and 6 deletions

4
flake.lock generated
View File

@ -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",

View File

@ -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 = {

View File

@ -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 {