update flake lockfile and remove useless flake inputs
This commit is contained in:
parent
90436999f4
commit
9011da375c
4 changed files with 69 additions and 92 deletions
|
@ -2,9 +2,11 @@
|
|||
description = "System Configuration @ cswimr 2024";
|
||||
inputs = {
|
||||
stable.url = "github:NixOS/nixpkgs/nixos-24.11";
|
||||
nixpkgs.url = "github:NixOS/nixpkgs/nixos-unstable";
|
||||
# change this back to nixos-unstable once
|
||||
# https://github.com/NixOS/nixpkgs/commit/c805021f3a95da44a1811f1235b997f57d893dc3
|
||||
# trickles down to nixos-unstable
|
||||
nixpkgs.url = "github:NixOS/nixpkgs/c805021f3a95da44a1811f1235b997f57d893dc3";
|
||||
staging-next.url = "github:NixOS/nixpkgs/staging-next";
|
||||
dotnettoolsVscodeExtensions.url = "github:GGG-KILLER/nixpkgs/620b6a067933435bd080ce6b566ce52b7d89f123";
|
||||
home-manager = {
|
||||
url = "github:nix-community/home-manager/master";
|
||||
inputs.nixpkgs.follows = "nixpkgs";
|
||||
|
@ -113,6 +115,8 @@
|
|||
hardware.bluetooth.enable = true;
|
||||
}
|
||||
|
||||
# nixpkgs.nixosModules.readOnlyPkgs
|
||||
# { nixpkgs.pkgs = pkgs; }
|
||||
inputs.sops-nix.nixosModules.sops
|
||||
inputs.nixvim.nixosModules.nixvim
|
||||
inputs.nur.modules.nixos.default
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue