Compare commits

..

No commits in common. "aae238f2bb286b599acb9ee5df71bd7ab2c18a0c" and "1210e449db867ae468a595e60efbe56ee62ebda4" have entirely different histories.

2 changed files with 14 additions and 56 deletions

View file

@ -141,34 +141,14 @@
"type": "github"
}
},
"home-manager-stable": {
"inputs": {
"nixpkgs": [
"stable"
]
},
"locked": {
"lastModified": 1710820906,
"narHash": "sha256-2bNMraoRB4pdw/HtxgYTFeMhEekBZeQ53/a8xkqpbZc=",
"owner": "nix-community",
"repo": "home-manager",
"rev": "022464438a85450abb23d93b91aa82e0addd71fb",
"type": "github"
},
"original": {
"owner": "nix-community",
"repo": "home-manager",
"type": "github"
}
},
"homebrew-cask": {
"flake": false,
"locked": {
"lastModified": 1710947875,
"narHash": "sha256-eZJDqqGxF68UMvbi6jD2EMl096OJfqgMM3K6dPd4OF8=",
"lastModified": 1710831589,
"narHash": "sha256-p5yFVctZiDgDgUJMUQDql3rjq5Ub3F5f34isKU6ljjs=",
"owner": "homebrew",
"repo": "homebrew-cask",
"rev": "d252a7a4de3076466ef05581fa9137a6d06b7265",
"rev": "32ec3450608d2ca898cd37e3e3fa83911787bde1",
"type": "github"
},
"original": {
@ -180,11 +160,11 @@
"homebrew-core": {
"flake": false,
"locked": {
"lastModified": 1710945599,
"narHash": "sha256-vsI5xKmPdSuG/bEimbkVlueupkByrRzEFHp5fEMY7ms=",
"lastModified": 1710832165,
"narHash": "sha256-RKztyDRLe7Glow4i4MHrsvzgL2ZAQcsZ7ygKcwhMyBU=",
"owner": "homebrew",
"repo": "homebrew-core",
"rev": "96519c4f2bd6f1b894e3ca263b57a0c49a39aaaf",
"rev": "e0a91487110b6f86ca1624896f9fdf953ca4e9f6",
"type": "github"
},
"original": {
@ -200,11 +180,11 @@
]
},
"locked": {
"lastModified": 1710868143,
"narHash": "sha256-U5DLWla6nNiomFyCskYn6QfNCpVyQTeyG6FOAuEKHRg=",
"lastModified": 1710415616,
"narHash": "sha256-1qVByzzCcKoCmP8ReUSAjKU5V9pfTLHQIM4WI1tvQ9E=",
"owner": "hyprwm",
"repo": "contrib",
"rev": "4ee76323053bfae15cc05c294c7fda9997ca7fc3",
"rev": "75420d09f93346d9d23d5a1e26b42699f6b66cd6",
"type": "github"
},
"original": {
@ -321,32 +301,14 @@
"cask-fonts": "cask-fonts",
"darwin": "darwin",
"home-manager": "home-manager",
"home-manager-stable": "home-manager-stable",
"homebrew-cask": "homebrew-cask",
"homebrew-core": "homebrew-core",
"hyprland-contrib": "hyprland-contrib",
"mac-app-util": "mac-app-util",
"nix-homebrew": "nix-homebrew",
"stable": "stable",
"unstable": "unstable"
}
},
"stable": {
"locked": {
"lastModified": 1710838473,
"narHash": "sha256-RLvwdQSENKOaLdKhNie8XqHmTXzNm00/M/THj6zplQo=",
"owner": "nixos",
"repo": "nixpkgs",
"rev": "fa9f817df522ac294016af3d40ccff82f5fd3a63",
"type": "github"
},
"original": {
"owner": "nixos",
"ref": "nixos-23.11",
"repo": "nixpkgs",
"type": "github"
}
},
"systems": {
"locked": {
"lastModified": 1681028828,
@ -379,11 +341,11 @@
},
"unstable": {
"locked": {
"lastModified": 1710806803,
"narHash": "sha256-qrxvLS888pNJFwJdK+hf1wpRCSQcqA6W5+Ox202NDa0=",
"lastModified": 1710631334,
"narHash": "sha256-rL5LSYd85kplL5othxK5lmAtjyMOBg390sGBTb3LRMM=",
"owner": "nixos",
"repo": "nixpkgs",
"rev": "b06025f1533a1e07b6db3e75151caa155d1c7eb3",
"rev": "c75037bbf9093a2acb617804ee46320d6d1fea5a",
"type": "github"
},
"original": {

View file

@ -2,7 +2,6 @@
description = "Master flake for all my setups";
inputs = {
stable.url = "github:nixos/nixpkgs/nixos-23.11";
unstable.url = "github:nixos/nixpkgs/nixos-unstable";
darwin.url = "github:lnl7/nix-darwin/master";
@ -21,9 +20,6 @@
home-manager.url = "github:nix-community/home-manager";
home-manager.inputs.nixpkgs.follows = "unstable";
home-manager-stable.url = "github:nix-community/home-manager";
home-manager-stable.inputs.nixpkgs.follows = "stable";
hyprland-contrib.url = "github:hyprwm/contrib";
hyprland-contrib.inputs.nixpkgs.follows = "unstable";
@ -32,7 +28,7 @@
mac-app-util.url = "github:hraban/mac-app-util";
};
outputs = { unstable, stable, home-manager, home-manager-stable, darwin, hyprland-contrib, nix-homebrew, homebrew-core, homebrew-cask, cask-fonts, ...}@inputs: {
outputs = { unstable, home-manager, darwin, hyprland-contrib, nix-homebrew, homebrew-core, homebrew-cask, cask-fonts, ...}@inputs: {
nixosConfigurations = {
gunther = unstable.lib.nixosSystem {
system = "x86_64-linux";
@ -56,7 +52,7 @@
./iso/configuration.nix
];
};
willem = stable.lib.nixosSystem {
willem = unstable.lib.nixosSystem {
system = "aarch64-linux";
modules = [ ./willem/configuration.nix ];
};