Skip to content

Commit

Permalink
Merge pull request #107 from MayNiklas/update_flake_lock_action
Browse files Browse the repository at this point in the history
flake.lock: Update
  • Loading branch information
MayNiklas authored Dec 15, 2024
2 parents 7f12d31 + 7636b74 commit ded8b6c
Show file tree
Hide file tree
Showing 4 changed files with 46 additions and 161 deletions.
195 changes: 41 additions & 154 deletions flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 0 additions & 6 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -94,12 +94,6 @@
};
};

# https://github.com/zhaofengli/attic
# Multi-tenant Nix Binary Cache
attic = {
url = "github:zhaofengli/attic";
};

# https://github.com/Mic92/nix-fast-build
# speed-up your evaluation and building process.
nix-fast-build = {
Expand Down
2 changes: 1 addition & 1 deletion home-manager/profiles/desktop.nix
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
filezilla
firefox
glances
gnome.gnome-system-monitor
gnome-system-monitor
gparted
h
htop
Expand Down
4 changes: 4 additions & 0 deletions modules/nix-common/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,10 @@ in {
# Allow unfree licenced packages
nixpkgs.config.allowUnfree = true;

# Todo: remove package if this is not beeing fixed in the near future
nixpkgs.config.permittedInsecurePackages =
[ "dotnet-sdk-6.0.428" "aspnetcore-runtime-6.0.36" ];

nix = {

package = pkgs.nixVersions.stable;
Expand Down

0 comments on commit ded8b6c

Please sign in to comment.